home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1369 / dshellex.inf < prev    next >
INI File  |  1996-07-23  |  2KB  |  45 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DefaultInstall]
  6. CopyFiles=DShellEx.CopyFiles
  7. AddReg=DShellEx.AddReg
  8.  
  9. [DefaultUninstall]
  10. DelFiles=DShellEx.CopyFiles
  11. DelReg=DShellEx.AddReg
  12.  
  13. [DShellEx.AddReg]
  14. HKCR,*\shellex\ContextMenuHandlers\{94C36D60-BCE2-11cf-9AE6-444553540000},,,
  15. HKCR,Directory\shellex\ContextMenuHandlers\{94C36D60-BCE2-11cf-9AE6-444553540000},,,
  16. HKCR,Drive\shellex\ContextMenuHandlers\{94C36D60-BCE2-11cf-9AE6-444553540000},,,
  17. ;clsid
  18. HKCR,CLSID\{94C36D60-BCE2-11cf-9AE6-444553540000}\ThreadingModel,,,Apartment
  19. HKCR,CLSID\{94C36D60-BCE2-11cf-9AE6-444553540000}\InProcServer32,ThreadingModel,,Apartment
  20. HKCR,CLSID\{94C36D60-BCE2-11cf-9AE6-444553540000}\InProcServer32,,,%11%\%SubDir%\dshellex.dll
  21. HKCR,CLSID\{94C36D60-BCE2-11cf-9AE6-444553540000}\ProgID,,,DShellEx
  22. ;tell explorer its ok to use
  23. HKLM,"Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{94C36D60-BCE2-11cf-9AE6-444553540000},,"David's Shell Extensions"
  24. ;set up uninstall
  25. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\DShellEx,,,
  26. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\DShellEx,DisplayName,,"David's Shell Extensions v1.0"
  27. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\DShellEx,UninstallString,,"rundll32.exe %11%\%SubDir%\dshellex.dll,Dll_RunDll Uninstall,%11%\%SubDir%\dshellex.inf,[DefaultUninstall]"
  28.  
  29. [DShellEx.CopyFiles]
  30. DShellEx.dll
  31. DShellEx.inf
  32.  
  33. [DestinationDirs]
  34. DShellEx.CopyFiles=11,%SubDir% ; to System\%SubDir%
  35.  
  36. [SourceDisksNames]
  37. 55="David's Shell Extensions v1.0 Disk #1","",1
  38.  
  39. [SourceDisksFiles]
  40. dshellex.dll=55
  41. dshellex.inf=55
  42.  
  43. [Strings]
  44. SubDir = "ShellExt"
  45.